home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / amiga / amicomv2.lha / AmiCom / text.ac < prev   
Text File  |  1993-09-19  |  1KB  |  42 lines

  1. ;In this file are all standard-texts which can be sent with AMIGA+"-"
  2. ;and key "A"-"Z".
  3. ;The texts C, I, N, P and Q are used by the program.
  4. ;You can use the following macros:
  5. ;
  6. ; %b AmiCom searches in file "greetings.ac" for an personal greeting
  7. ; %c Call of the connected station
  8. ; %d Date
  9. ; %m Your own call (MYCALL)
  10. ; %n Name of the connected station. If unknown, AmiCom uses %c.
  11. ; %p Channel-number
  12. ; %v Version-number of AmiCom
  13. ; %z Time
  14. ; %? If the name of the connected station is unknown, AmiCom sends the
  15. ;    following line. If the name is known (in "names.ac"), this line
  16. ;    would not be sent like an comment (;).
  17. ; %% The character "%"
  18. ;
  19. ;Connect-text:
  20. #C
  21. Hallo %n, willkommen an meiner Station.
  22. %?Tragen Sie bitte Ihren Namen mit den Befehl "//N <Name>" im Programm ein.
  23. %c de %m, %d %z.
  24. %b
  25. AmiCom %v, Port %p, Hilfe mit "//H">
  26. ;Info-text, would be sent with "//I":
  27. #I
  28. Kein Infotext geladen.
  29.  
  30. ;News, would be sent with "//NEWS":
  31. #N
  32. Keine Neuigkeiten.
  33. ;Prompt:
  34. #P
  35. %c de %m>
  36. ;Quit-text, would be sent with "//Q":
  37. #Q
  38. Danke fuer das nette QSO, %n, bis zum Naechstenmal.
  39. Die Verbindung wird getrennt am %d um %z.
  40. #
  41.  
  42.